{% extends 'base.html' %} {% block title %}Verify {{ certificate.certificate_number }} — {{ site_settings.institute_name }}{% endblock %} {% block content %}
{% if is_valid %} {% else %} {% endif %}

Certificate verification

Official authenticity check for {{ site_settings.institute_name }}

{% if is_valid %}Valid certificate{% else %}Revoked{% endif %} {{ certificate.certificate_number }}
Candidate
{{ display_name }} {% if certificate.privacy_initials_only %} Privacy: initials {% endif %}
Course
{{ certificate.course_title_snapshot }}
Result
{{ score_band_label }}
{{ certificate.assessment_label }}
Exact percentage is not shown publicly.
Issued
{{ certificate.issued_at|date:"d M Y" }}
Status
{% if is_valid %} Valid {% else %} Revoked {% if certificate.revoke_reason %}
{{ certificate.revoke_reason }}
{% endif %} {% if certificate.revoked_at %}
Revoked {{ certificate.revoked_at|date:"d M Y" }}
{% endif %} {% endif %}
{% if is_valid and certificate.badge_image %}
Verified skill badge
Verified skill badge
{% endif %} {% if is_valid %}
For freelancers

Share this credential on Fiverr / Upwork with a verify link employers can trust.

{% if certificate.badge_image %} Badge image {% endif %}
{% endif %}

Always verify certificates at this official URL. If status shows revoked, the credential is no longer recognized.

{% endblock %}